Package | Description |
---|---|
unipi.bpm.elm.santeramo.controller | |
unipi.bpm.elm.santeramo.view |
Modifier and Type | Method and Description |
---|---|
private void |
EventLogManagerController.generateEventLogFootprint(boolean showMatrix,
EventLogEditor editor,
FootprintFilter... filter)
This method analyses the XES log contained inside the selected
EventLogEditor (or the passed one as parameter),
using the EventLogEditor filter (or the one passed as parameter), creating at the end of the process a HTML report
with a footprint matrix in it representing the casual dependencies between event traces. |
boolean |
AnalysisManager.generateEventLogFootprint(boolean printMatrix,
EventLogEditor editor,
FootprintFilter... filter)
This method analyses the XES log contained inside the selected
EventLogEditor (or the passed one as parameter),
using the EventLogEditor filter (or the one passed as parameter), creating at the end of the process a HTML report
with a footprint matrix in it representing the casual dependencies between event traces. |
Modifier and Type | Field and Description |
---|---|
(package private) EventLogEditor |
FilterPanel.eventLogEditor
The
EventLogEditor selected for showing this panel. |
Modifier and Type | Method and Description |
---|---|
EventLogEditor |
FilterPanel.getEventLogEditor()
Returns the
EventLogEditor owner of this panel. |
EventLogEditor |
EventLogManagerView.newEventLogEditor(String title,
int internalFrameID)
Adds a new
EventLogEditor object, extension of the
JInternalFrame class, inside the EventLogManagerView.contentArea . |
Modifier and Type | Method and Description |
---|---|
void |
EventLogManagerView.newFiltersDialog(String title,
EventLogEditor editor,
ActionListener listener)
Shows a non-modal dialog with the passed title, associated with the passed
EventLogEditor
(the dialog will be closed automatically by the editor when needed and only one dialog associated to
a specific editor can be opened, if a new one gets opened, the old one gets closed). |
Constructor and Description |
---|
FilterPanel(EventLogEditor editor)
Creates a
FilterPanel associated with the passed EventLogEditor . |